Adwaita: Don't leak underlines
authorMatthias Clasen <mclasen@redhat.com>
Mon, 10 Aug 2015 14:38:04 +0000 (16:38 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 10 Aug 2015 14:41:18 +0000 (16:41 +0200)
commit843a8791a6d2e9139cb0856daae965a291af49ef
treed024db446758541eb50a31d6a44a868e5705c31b
parent5e3d0b19b05d6cd9e9568a13ce2a33b4a3f219f3
Adwaita: Don't leak underlines

The .button:link .label selector matches any label "inside" a
link button. And a label inside the context menu counts as inside
for this purpose. This causes the text-decoration property to
leak into the context menu, even though the property is not
inherited. Avoid this by tightening the selector to
.button:link > .label.

https://bugzilla.gnome.org/show_bug.cgi?id=753451
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css